/* @font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url(../fonts/SourceHanSansCN-Regular.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Regular.eot) format('eot'), url(../fonts/SourceHanSansCN-Regular.woff) format('woff'), url(../fonts/SourceHanSansCN-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceHanSansCN-Normal';
  src: url(../fonts/SourceHanSansCN-Normal.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Normal.eot) format('eot'), url(../fonts/SourceHanSansCN-Normal.woff) format('woff'), url(../fonts/SourceHanSansCN-Normal.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceHanSansCN-Light';
  src: url(../fonts/SourceHanSansCN-Light.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Light.eot) format('eot'), url(../fonts/SourceHanSansCN-Light.woff) format('woff'), url(../fonts/SourceHanSansCN-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceHanSansCN-Heavy';
  src: url(../fonts/SourceHanSansCN-Heavy.ttf) format('truetype'), url(../fonts/SourceHanSansCN-Heavy.eot) format('eot'), url(../fonts/SourceHanSansCN-Heavy.woff) format('woff'), url(../fonts/SourceHanSansCN-Heavy.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceHanSerifSC-Heavy';
  src: url(../fonts/SourceHanSerifSC-Heavy.ttf) format('truetype'), url(../fonts/SourceHanSerifSC-Heavy.eot) format('eot'), url(../fonts/SourceHanSerifSC-Heavy.woff) format('woff'), url(../fonts/SourceHanSerifSC-Heavy.woff2) format('woff2');
}
@font-face {
  font-family: 'SourceHanSerifSC-Bold';
  src: url(../fonts/SourceHanSerifSC-Bold.ttf) format('truetype');
} */
body {
  font-family: "SourceHanSansCN-Regular";
  max-width: 1920px;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1330px;
}
.ui.container2 {
  padding: 0 15px;
  position: relative;
  margin: 0 auto;
  max-width: 1660px;
}
#header {
  z-index: 21;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top {
  line-height: 30px;
  height: 30px;
  font-family: "SourceHanSansCN-Light";
  color: white;
  font-size: 16px;
}
#header .h-top .left {
  float: left;
}
#header .h-top .right {
  float: right;
}
#header .h-top .right .yuy {
  display: inline-block;
  vertical-align: top;
}
#header .h-top .right .yuy ul {
  height: 30px;
}
#header .h-top .right .yuy ul li {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#header .h-top .right .yuy ul li:after {
  content: '/';
  position: absolute;
  right: -5px;
  top: 0;
}
#header .h-top .right .yuy ul li:last-child:after {
  display: none;
}
#header .h-top .right .yuy ul li a {
  line-height: 24px;
  padding: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top .right .yuy ul li a:hover,
#header .h-top .right .yuy ul li a.active {
  background: #ff7200;
}
#header .h-top .right .search {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .right .search form {
  line-height: 20px;
  height: 20px;
  position: relative;
  margin-top: -8px;
}
#header .h-top .right .search input {
  border: 1px solid white;
  border-radius: 10px;
  width: 140px;
  background: none;
  font-size: 12px;
  padding-left: 25px;
  padding-right: 10px;
}
#header .h-top .right .search input[type="submit"] {
  position: absolute;
  width: 20px;
  left: 0;
  top: 2px;
  background: url("../images/icon-search.png") no-repeat center center;
  border: none;
  padding: 0;
}
#header .nav {
  width: 100%;
  background: rgba(0, 78, 162, 0.81);
  line-height: 110px;
  height: 110px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  font-family: "SourceHanSerifSC-Bold";
}
#header .nav .ui.menu .menu-box ul.menu {
  margin: 0 -30px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 0 30px;
  font-size: 22px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  position: relative;
  -webkit-transition: .5s color;
  -moz-transition: .5s color;
  -ms-transition: .5s color;
  -o-transition: .5s color;
  transition: .5s color;
  text-transform: uppercase;
  width: 10%;
}
#header .nav .ui.menu .menu-box ul.menu > li.ts {
  width: 20%;
}
#header .nav .ui.menu .menu-box ul.menu > li.ts img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  white-space: nowrap;
  -webkit-transition: .5s color;
  -moz-transition: .5s color;
  -ms-transition: .5s color;
  -o-transition: .5s color;
  transition: .5s color;
  text-align: center;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  width: 14px;
  height: 7px;
  background: url("../images/icon-jt.png") center center no-repeat;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a,
#header .nav .ui.menu .menu-box ul.menu > li.active > a{
  background: #004ea2;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 30px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #0263cb;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
	top:0;
	left:100%;
	width:220px;
}
#header .nav .ui.menu .menu-box ul.menu li:hover>ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header.active {
  margin-top: -30px;
}
#header.active .nav {
  line-height: 90px;
  height: 90px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center;
  left: -30px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center;
  right: -30px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-size: 10px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #0263cb;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #0263cb;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100% !important;
	height:auto !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
	height:auto !important;
	width:auto !important;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #0263cb;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #0263cb !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #0263cb;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #0263cb;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner {
  height: 100vh;
  min-height: 750px;
  background: url("../images/banner.jpg") center center;
  background-attachment: fixed;
  position: relative;
}
#banner .content {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  font-family: "SourceHanSerifSC-Bold";
  color: white;
}
#banner .content .box {
  max-width: 1120px;
  margin: 0 auto;
}
#banner .content h3 {
  font-size: 40px;
  line-height: 40px;
}
#banner .content h2 {
  font-size: 106px;
  line-height: 110px;
  margin: 30px 0 40px;
  letter-spacing: 60px;
  text-align: center;
}
#banner .content ul {
  margin: 0 -12px;
}
#banner .content ul li {
  padding: 0 12px;
}
#banner .content ul li a {
  display: block;
  max-height: 180px;
  text-align: center;
  background: white;
}
#banner .content ul li a img {
  max-height: inherit;
  margin: 0 auto;
  padding: 15px;
}
#banner .content .phone {
  display: block;
  font-size: 24px;
  margin-top: 30px;
}
#banner .content .phone i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
#banner .content .phone p {
  display: inline-block;
  vertical-align: middle;
}
#banner #go-bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  -o-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
#banner #go-bottom img {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 {
  padding: 100px 0;
  background: url("../images/init-1-bg.jpg") center bottom no-repeat #ececeb;
}
#index-body .init-1 h2 {
  font-family: "SourceHanSerifSC-Bold";
  font-size: 32px;
  color: #1a1e25;
  display: block;
}
#index-body .init-1 .content {
  display: block;
  font-family: "SourceHanSansCN-Light";
  font-size: 18px;
  color: #1c1c1c;
  line-height: 33px;
  text-indent: 4em;
  margin: 30px 0 100px;
}
#index-body .init-1 ul {
  text-align: center;
  padding: 0 10%;
}
#index-body .init-1 ul h3 {
  font-size: 20px;
  color: #1c1c1c;
  display: block;
  margin-top: 10px;
  font-family: "SOURCEHANSANS-EXTRALIGHT";
}
#index-body .init-2 {
  text-align: center;
  padding: 140px 0 30px;
  background: url("../images/init-2-bg.jpg") center center;
  background-attachment: fixed;
  color: white;
}
#index-body .init-2 h2 {
  font-family: "SourceHanSerifSC-Heavy";
  font-size: 48px;
  letter-spacing: 10px;
}
#index-body .init-2 p.t {
  font-family: "SourceHanSansCN-Normal";
  font-size: 18px;
  margin-top: 20px;
}
#index-body .init-2 p.t em {
  color: #0263cb;
}
#index-body .init-2 .box {
  padding-top: 50px;
  max-width: 1230px;
  margin: 0 auto;
}
#index-body .init-2 .box ul {
  margin: 0 -50px;
}
#index-body .init-2 .box ul li {
  padding: 0 50px;
}
#index-body .init-2 .box ul li .content {
  display: block;
  font-family: "SourceHanSerifSC-Bold";
  padding-top: 130px;
  position: relative;
}
#index-body .init-2 .box ul li .content .top {
  height: 130px;
  display: block;
  background: transparent;
  line-height: 130px;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 100%;
  z-index: 1;
}
#index-body .init-2 .box ul li .content .top:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(30deg, #1267c4, #0d57a8);
  background: -o-linear-gradient(30deg, #1267c4, #0d57a8);
  background: -moz-linear-gradient(30deg, #1267c4, #0d57a8);
  background: linear-gradient(30deg, #1267c4, #0d57a8);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
#index-body .init-2 .box ul li .content .top h3 {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  position: relative;
  z-index: 2;
}
#index-body .init-2 .box ul li .content .top h3 em {
  font-size: 37px;
}
#index-body .init-2 .box ul li .content .top h3 small {
  display: block;
  font-size: 18px;
}
#index-body .init-2 .box ul li .content .top h3 small:before {
  content: '';
  width: 55px;
  height: 1px;
  background: #0263cb;
  display: block;
  margin: 0 auto;
}
#index-body .init-2 .box ul li .content .bottom {
  display: block;
  height: 230px;
  background: #ccc;
  padding: 20px 25px;
  font-family: "SourceHanSansCN-Light";
  font-size: 16px;
  color: #081112;
  line-height: 24px;
  position: relative;
  text-align: left;
  opacity: 0;
  top: -50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box ul li .content .bottom:after {
  content: '';
  display: block;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #0263cb #0263cb transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
#index-body .init-2 .box ul li .content .top,
#index-body .init-2 .box ul li .content.active .top {
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #0263cb;
}
#index-body .init-2 .box ul li .content .top:after,
#index-body .init-2 .box ul li .content.active .top:after {
  opacity: 1;
}
#index-body .init-2 .box ul li .content .bottom,
#index-body .init-2 .box ul li .content.active .bottom {
  opacity: 1;
  top: 0;
}
#index-body .init-2 .box2 {
  padding-top: 50px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
#index-body .init-2 .box2 i {
  display: block;
  margin: 0 auto 10px;
}
#index-body .init-2 .box2 p {
  font-family: "SourceHanSansCN-Light";
  font-size: 18px;
  color: white;
  line-height: 26px;
}
#index-body .init-3 {
  padding-top: 90px;
  text-align: center;
}
#index-body .init-3 h2 {
  display: inline-block;
  margin: 0 auto;
  font-family: "SourceHanSerifSC-Bold";
  color: #3a3a3a;
  position: relative;
  font-size: 32px;
}
#index-body .init-3 h2:after,
#index-body .init-3 h2:before {
  content: '';
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  width: 24px;
  height: 0;
}
#index-body .init-3 h2:after {
  border-color: transparent #004ea2 #004ea2 transparent;
  right: 100%;
  margin-right: 35px;
  border-width: 10px 0 10px 10px;
  margin-top: -5px;
}
#index-body .init-3 h2:before {
  border-color: #004ea2 transparent transparent #004ea2;
  left: 100%;
  margin-left: 35px;
  border-width: 10px 10px 0 10px;
}
#index-body .init-3 .box {
  margin-top: 90px;
  position: relative;
}
#index-body .init-3 .box ul li {
  display: block;
  height: 820px;
  line-height: 820px;
}
#index-body .init-3 .box ul li .left {
  width: 50%;
  height: inherit;
  background: url("../images/icon-sy.png") no-repeat #e2e2e2;
  text-align: center;
}
#index-body .init-3 .box ul li .left img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .box ul li .right {
  width: 50%;
  height: inherit;
  text-align: center;
}
#index-body .init-3 .box ul li .right .box2 {
  width: 100%;
  max-width: 60%;
  text-align: left;
  color: white;
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-3 .box ul li .right .box2 h3 {
  font-family: "SourceHanSerifSC-Bold";
  font-size: 36px;
}
#index-body .init-3 .box ul li .right .box2 h3 small {
  display: block;
  font-family: "SourceHanSansCN-Normal";
  margin: 20px 0;
  font-size: 26px;
}
#index-body .init-3 .box ul li .right .box2 p {
  font-size: 20px;
  line-height: 32px;
}
#index-body .init-3 .box ul li .right .box2 a.more {
  font-size: 18px;
  display: block;
  margin-top: 140px;
}
#index-body .init-3 .box ul li .right .box2 a.more:hover {
  text-decoration: underline;
}
#index-body .init-3 .box #button {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 450px;
  max-width: 90%;
  line-height: 90px;
  height: 90px;
  text-align: center;
  z-index: 2;
}
#index-body .init-3 .box #button .dots {
  width: 50%;
  float: left;
  height: inherit;
  background: white;
  font-family: "SourceHanSerifSC-Bold";
  font-size: 16px;
  color: #cbcbcb;
}
#index-body .init-3 .box #button .btn {
  width: 50%;
  float: right;
  height: inherit;
  background: #15191f;
}
#index-body .init-3 .box #button .btn .prev,
#index-body .init-3 .box #button .btn .next {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
  color: white;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .box #button .btn .next {
  color: #0263cb;
}
#index-body .init-4 {
  padding-top: 100px;
  padding-bottom: 150px;
  text-align: center;
}
#index-body .init-4 h2 {
  display: inline-block;
  margin: 0 auto;
  font-family: "SourceHanSerifSC-Bold";
  color: #3a3a3a;
  position: relative;
  font-size: 32px;
}
#index-body .init-4 h2:after,
#index-body .init-4 h2:before {
  content: '';
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-style: solid;
  width: 24px;
  height: 0;
}
#index-body .init-4 h2:after {
  border-color: transparent #004ea2 #004ea2 transparent;
  right: 100%;
  margin-right: 35px;
  border-width: 10px 0 10px 10px;
  margin-top: -5px;
}
#index-body .init-4 h2:before {
  border-color: #004ea2 transparent transparent #004ea2;
  left: 100%;
  margin-left: 35px;
  border-width: 10px 10px 0 10px;
}
#index-body .init-4 .box {
  padding-top: 80px;
}
#index-body .init-4 .box ul {
  margin: -15px -10px;
}
#index-body .init-4 .box ul li {
  padding: 15px 10px;
}
#index-body .init-4 .box ul li a {
  display: block;
}
#index-body .init-4 .box ul li a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li a h3 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0 15px;
  text-align: center;
  width: 100%;
  left: 0;
  font-size: 24px;
  color: white;
  font-family: "SourceHanSerifSC-Bold";
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box ul li a h3:after {
  content: '';
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/icon-link.png") center center no-repeat;
  margin: 10px auto 0;
}
#index-body .init-4 .box ul li a:hover:after {
  opacity: 1;
}
#index-body .init-4 .box ul li a:hover h3 {
  opacity: 1;
}
#index-body .init-5 {
  padding: 100px 0 260px;
  color: white;
  background: url("../images/init-5-bg.jpg") center center;
  background-attachment: fixed;
}
#index-body .init-5 h3 {
  display: block;
  font-size: 32px;
  font-family: "SourceHanSerifSC-Bold";
  line-height: 32px;
}
#index-body .init-5 h3 i {
  font-family: "SourceHanSansCN-Light";
  font-size: 34px;
  text-transform: uppercase;
  display: block;
  line-height: 34px;
}
#index-body .init-5 .left {
  padding-right: 50px;
}
#index-body .init-5 .left .box2 {
  padding-top: 50px;
}
#index-body .init-5 .left .box2 ul {
  margin: -20px 0;
}
#index-body .init-5 .left .box2 ul li {
  padding: 20px 0;
}
#index-body .init-5 .left .box2 ul li .time {
  width: 15%;
  text-align: center;
  line-height: 100px;
  height: 100px;
  border-right: 2px solid #004ea2;
  vertical-align: middle;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .left .box2 ul li .time time {
  display: inline-block;
  vertical-align: middle;
  font-family: "SourceHanSansCN-Normal";
  color: #202020;
  font-size: 16px;
  line-height: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .left .box2 ul li .time time em {
  display: block;
  font-size: 28px;
}
#index-body .init-5 .left .box2 ul li .content {
  width: 85%;
  vertical-align: middle;
  padding: 0 25px;
}
#index-body .init-5 .left .box2 ul li .content h4 {
  font-family: "SourceHanSansCN-Normal";
  font-size: 16px;
  color: #202020;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .left .box2 ul li .content h4:hover {
  color: #004ea2;
}
#index-body .init-5 .left .box2 ul li .content p {
  font-size: 14px;
  color: #202020;
  line-height: 21px;
  font-family: "SourceHanSansCN-Light";
  margin-top: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  max-height: 42px;
  overflow: hidden;
}
#index-body .init-5 .left .box2 ul li .grid-box {
  background: #f6f6f6;
  padding: 15px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .left .box2 ul li .grid-box:hover {
  background: #004ea2;
}
#index-body .init-5 .left .box2 ul li .grid-box:hover .time {
  border-right-color: white;
}
#index-body .init-5 .left .box2 ul li .grid-box:hover .time time {
  color: white;
}
#index-body .init-5 .left .box2 ul li .grid-box:hover .content h4,
#index-body .init-5 .left .box2 ul li .grid-box:hover .content p {
  color: white;
}
#index-body .init-5 .right .box2 {
  padding-top: 70px;
}
#index-body .init-5 .right .box2 ul {
  margin: 0 -6px;
}
#index-body .init-5 .right .box2 ul li {
  padding: 0 6px;
}
#footer {
  background: url("../images/f-bg.jpg") center center;
  padding-top: 80px;
  position: relative;
}
#footer .ui.container {
  max-width: 1330px;
}
#footer .contact {
  display: block;
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
}
#footer .contact .box {
  line-height: 160px;
  height: 160px;
  background: #f0f0f0;
}
#footer .contact .box .left {
  width: 30%;
  background: #1e2024;
  vertical-align: middle;
  height: inherit;
  text-align: center;
}
#footer .contact .box .left img {
  display: inline-block;
  vertical-align: middle;
}
#footer .contact .box .right {
  width: 70%;
  vertical-align: middle;
  height: inherit;
}
#footer .contact .box .right ul {
  height: inherit;
}
#footer .contact .box .right ul li {
  height: inherit;
  vertical-align: middle;
  padding: 0 5%;
  border-left: 1px solid #005eac;
}
#footer .contact .box .right ul li .box2 {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
}
#footer .contact .box .right ul li h3 {
  font-size: 18px;
  color: #161616;
  font-family: "SourceHanSansCN-Normal";
  font-weight: bold;
  margin-bottom: 8px;
}
#footer .contact .box .right ul li p {
  font-family: "SourceHanSansCN-Normal";
  font-size: 16px;
  color: #161616;
  line-height: 21px;
  margin: 5px 0;
}
#footer .footer-top {
  padding: 30px 0 70px;
}
#footer .footer-top ul li {
  width: 20%;
  color: white;
}
#footer .footer-top ul li dl {
  padding: 0 15px;
}
#footer .footer-top ul li dl dt {
  font-family: "SourceHanSerifSC-Bold";
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}
#footer .footer-top ul li dl dt:after {
  content: '';
  width: 2px;
  height: 20px;
  background: white;
  position: absolute;
  left: -15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer .footer-top ul li dl dd {
  font-family: "SourceHanSansCN-Normal";
  font-size: 16px;
  color: white;
  line-height: 30px;
  position: relative;
}
#footer .footer-top ul li dl dd:after {
  content: '';
  border: 4px solid white;
  border-radius: 100%;
  position: absolute;
  left: -19px;
  top: 12px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#footer .footer-top ul li dl dd:hover:after {
  opacity: 1;
}
#footer .footer-top ul li:last-child {
  text-align: right;
}
#footer .footer-top ul li:last-child dl {
  padding: 0;
  max-width: 180px;
  display: inline-block;
}
#footer .footer-top ul li:last-child dl dt:after {
  display: none;
}
#footer .footer-top ul li:last-child dl dd {
  text-align: center;
}
#footer .footer-top ul li:last-child dl dd:after {
  display: none;
}
#footer .footer-top ul li:last-child dl dd #ewm {
  border: 5px solid white;
}
#footer .footer-top ul li:last-child dl dd p {
  font-size: 18px;
  color: white;
  font-family: "SourceHanSerifSC-Bold";
  line-height: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.26);
}
#footer .footer-bottom {
  text-align: center;
  line-height: 50px;
  height: 50px;
  display: block;
  background: #003e81;
  color: white;
  font-size: 16px;
}
#footer .footer-bottom p {
  display: inline-block;
  margin: 0 10px;
}
#footer .footer-bottom #go-top {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  cursor: hand;
}
@media screen and (max-width: 1500px) {
  #header .nav {
    line-height: 90px;
    height: 90px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
    font-size: 14px;
  }
  #banner .content h2 {
    font-size: 80px;
    line-height: 80px;
  }
  #banner .content h3 {
    font-size: 30px;
    line-height: 30px;
  }
  #index-body .init-1 .content {
    font-size: 16px;
  }
  #index-body .init-2 h2 {
    font-size: 40px;
  }
  #index-body .init-2 {
    padding: 80px 0 30px;
  }
  #index-body .init-2 .box ul li .content .top h3 {
    font-size: 20px;
  }
  #index-body .init-2 .box ul li .content .top h3 em {
    font-size: 30px;
  }
  #index-body .init-2 .box ul li .content .bottom {
    font-size: 14px;
  }
  #index-body .init-2 .box2 p {
    font-size: 16px;
  }
  #index-body .init-3 {
    padding-top: 60px;
  }
  #index-body .init-3 .box {
    margin-top: 60px;
  }
  #index-body .init-3 .box ul li .right .box2 h3 {
    font-size: 30px;
  }
  #index-body .init-3 .box ul li .right .box2 h3 small {
    font-size: 20px;
  }
  #index-body .init-3 .box ul li .right .box2 p {
    font-size: 16px;
    line-height: 26px;
  }
  #index-body .init-4 {
    padding: 60px 0;
  }
  #index-body .init-4 .box {
    padding-top: 60px;
  }
  #index-body .init-5 {
    padding: 60px 0 140px;
  }
}
@media screen and (max-width: 1350px) {
  .ui.container {
    width: 1200px;
  }
  #index-body .init-2 .box {
    overflow: hidden;
  }
  #banner .content h2 {
    font-size: 60px;
    line-height: 60px;
  }
  #banner .content h3 {
    font-size: 24px;
    line-height: 26px;
  }
  #index-body .init-1 {
    padding: 60px 0;
  }
  #index-body .init-1 .content {
    margin: 30px 0 50px;
  }
  #index-body .init-1 ul li img {
    max-width: 120px;
  }
  #index-body .init-1 ul li h3 {
    font-size: 18px;
  }
  #index-body .init-2 .box ul li .content .bottom {
    height: 180px;
  }
  #index-body .init-2 .box ul li .content .top {
    height: 100px;
    line-height: 100px;
  }
  #index-body .init-2 .box ul li .content {
    padding-top: 100px;
  }
  #index-body .init-3 .box #button {
    width: 360px;
    line-height: 60px;
    height: 60px;
  }
  #index-body .init-3 .box ul li {
    height: 600px;
    line-height: 600px;
  }
  #index-body .init-3 .box ul li .left img {
    max-width: 70%;
    max-height: 70%;
  }
}
@media screen and (max-width: 1200px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0 10px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu {
    margin: 0 -10px;
  }
  #banner .content h2 {
    font-size: 45px;
    line-height: 45px;
    margin: 20px 0;
  }
  #banner {
    min-height: 600px;
  }
  #index-body .init-1 .content {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-1 h2 {
    font-size: 28px;
  }
  #index-body .init-1 ul li h3 {
    font-size: 16px;
  }
  #index-body .init-2 h2 {
    font-size: 34px;
  }
  #index-body .init-2 p.t {
    font-size: 16px;
  }
  #index-body .init-2 .box ul li {
    padding: 0 30px;
  }
  #index-body .init-2 .box ul {
    padding: 0 15px;
    margin: 0 -30px;
  }
  #index-body .init-2 .box ul li .content .top h3 {
    font-size: 18px;
  }
  #index-body .init-2 .box ul li .content .top h3 em {
    font-size: 24px;
  }
  #index-body .init-2 .box ul li .content .top h3 small {
    font-size: 16px;
  }
  #index-body .init-3 h2 {
    font-size: 28px;
  }
  #index-body .init-3 .box #button {
    width: 200px;
  }
  #index-body .init-3 .box ul li .left {
    background-size: 50%;
  }
  #index-body .init-3 .box ul li {
    height: 450px;
    line-height: 450px;
  }
  #index-body .init-3 .box ul li .right .box2 a.more {
    font-size: 14px;
    margin-top: 20px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 18px;
  }
  #index-body .init-5 h3 {
    font-size: 26px;
  }
  #index-body .init-5 h3 i {
    font-size: 28px;
  }
  #index-body .init-5 .left .box2 ul li {
    padding: 10px 0;
  }
  #index-body .init-5 .left .box2 ul {
    margin: -10px 0;
  }
  #index-body .init-5 .left .box2 ul li .time {
    width: 20%;
  }
  #index-body .init-5 .left .box2 ul li .content {
    width: 80%;
  }
  #index-body .init-5 .left .box2 ul li .time time em {
    font-size: 24px;
  }
  #index-body .init-5 .left .box2 ul li .time time {
    font-size: 14px;
  }
  #footer .contact .box .right ul li p {
    font-size: 14px;
  }
  #footer .contact .box .right ul li h3 {
    font-size: 16px;
  }
  #footer .footer-top ul li:last-child dl {
    max-width: 140px;
  }
  #footer .footer-bottom {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
	#mobile {
		display:block;
	}
	#header {
		display:none;
	}
	#banner {
		min-height:500px;
	}
	#banner .content h2 {
		font-size:34px;
	}
	#banner .content h3 {
		font-size:18px;
	}
	#index-body .init-1 ul li,#index-body .init-2 .box ul li {
		width:25%;
	}
	#index-body .init-2 .box ul li {
		padding:0 10px;
	}
	#index-body .init-2 .box ul {
		margin:0 -10px;
	}
	#index-body .init-1 ul li img {
		max-width:100px;
	}
	#index-body .init-5 .left {
		padding-right:20px;
	}
	#footer .footer-top ul li:last-child {
		display:none;
	}
	#footer .footer-top ul li {
		width:25%;
	}
	#footer .contact .box .right ul li {
		padding:0 5px;
	}
	
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
	#banner .content h2 {
		font-size:26px;
		letter-spacing:10px;
	}
	#index-body .init-1 ul li, #index-body .init-2 .box ul li {
		width:50%;
		margin-bottom:15px;
	}
	#index-body .init-2 h2 {
		font-size:26px;
		letter-spacing:5px;
	}
#index-body .init-2 .box ul li .content .top {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: #0263cb;
}
	#index-body .init-2 .box ul li .content .bottom {
    opacity: 1;
    top: 0;
}
	#index-body .init-5 .left {
		width:100%;
		padding-right:0;
	}
	#index-body .init-5 .right {
		width:100%;
		padding-top:30px;
	}
	#index-body .init-3 .box ul li .left,#index-body .init-3 .box ul li .right {
		width:100%;
		height:auto;
		padding:15px;
	}
	#index-body .init-3 .box ul li {
		height:auto;
		line-height: normal;
	}
	#index-body .init-3 .box ul li .right .box2 {
		max-width:100%;
	}
	#index-body .init-3 .box #button {
		display:none !important;
	}
	#footer .contact .box {
		display:none;
	}
	#footer .footer-top ul li {
		width:50%;
		margin-bottom:15px;
	}
	#footer {
		padding-top:40px;
	}
	#index-body .init-5 {
		padding:60px 0;
	}
	#index-body .init-4 h2 {
		font-size:26px;
	}
}


.inner-banner {
  padding-top: 200px;
  color: #fff;
  text-align: center;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/inner-banner.jpg");
  background-size: cover;
}
.inner-banner .inner-tit {
  font-size: 33px;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
  font-size: 15px;
  color: #fff;
}
.inner-banner .bread-crumbs a:hover {
  color: #004ea2;
}
.top-menu {
  position: relative;
  z-index: 11;
  text-align: center;
  height: 55px;
  line-height: 55px;
  background: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1);
}
.top-menu li {
  display: inline-block;
  margin: 0 40px;
  position: relative;
}
.top-menu li a {
  color: #343434;
  font-size: 16px;
}
.top-menu li a.active, .top-menu li a:hover {
  color: #004ea2;
}
.top-menu li .children {
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  background: #fff;
  z-index: 10;
  text-align: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
  display: none;
}
.inner-page {
  padding: 40px 0 105px;
  word-break: break-word;
}
.inner-page .inner-tit {
  color: #3d3d3d;
  font-size: 36px;
  text-transform: capitalize;
}
.inner-page .grid-box .sideBar {
  color: #fff;
  width: 20%;
}
.inner-page .grid-box .page-rightBar {
  width: 80%;
  padding-left: 5%;
}
.inner-page .grid-box .page-rightBar table tr {
	height:auto !important;
}
.inner-page .sideBar .side-tit {
  padding-left: 18px;
  text-transform: capitalize;
  font-size: 26px;
  background: #004ea2;
  height: 45px;
  line-height: 50px;
  overflow: hidden;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.inner-page .sideBar .side-menu {
  border-top-left-radius: 1px;
  -webkit-border-top-left-radius: 1px;
  -moz-border-top-left-radius: 1px;
  -ms-border-top-left-radius: 1px;
  -o-border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  -webkit-border-top-right-radius: 1px;
  -moz-border-top-right-radius: 1px;
  -ms-border-top-right-radius: 1px;
  -o-border-top-right-radius: 1px;
  background: #485b6e;
  padding-bottom: 86px;
}
.inner-page .sideBar .side-menu li a {
  line-height: 24px;
  padding: 11px 0 11px 15px;
  display: block;
  overflow: hidden;
  color: #fff;
}
.inner-page .sideBar .side-menu.side-contact{
  padding: 20px 0;
}
.inner-page .sideBar .side-menu.side-contact li a{
  height: auto;
  line-height: normal;
  padding: 10px 18px;
}
.inner-page .sideBar .side-menu li{
  position: relative;
	font-size:14px;
	font-weight:bold;
}
.inner-page .sideBar .side-menu li i {
	position:absolute;
	right:5px;
	top:12px;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
	font-size:22px;
}
.inner-page .sideBar .side-menu li i:after {
	content:'+';
}
.inner-page .sideBar .side-menu li i.active:after {
	content:'-';
}
.inner-page .sideBar .side-menu li li a {
	padding-left:25px;
	position:relative;
	padding-right:30px;
	font-size:12px;
	font-weight:normal;
}
.inner-page .sideBar .side-menu li li a:after {
	content:'-';
	position:absolute;
	left:15px;
	top:10px;
}
.inner-page .sideBar .side-menu li li li a {
	padding-left:35px;
}
.inner-page .sideBar .side-menu li li li a:after {
	content:'--';
}
.inner-page .sideBar .side-menu li .children{
  width: 100%;
  z-index: 10;
  background: #485b6e;
  display: none;
}
.inner-page .sideBar .side-menu li a:hover, .inner-page .sideBar .side-menu li a.active {
  background: #3c3c3c;
}
.inner-page .sideBar .side-social {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  background: #485b6e;
  padding-left: 18px;
  padding-bottom: 13px;
  font-size: 0;
}
.inner-page .sideBar .side-social li {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .sideBar .side-social a {
  margin-right: 2px;
  font-size: 18px;
  text-align: center;
  color: #415263;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #f5f5f5;
}
.inner-page .sideBar .side-social a i {
  margin-right: 0;
}
.inner-page .sideBar .side-dw {
  margin-top: 8px;
  background: #004ea2;
  line-height: 51px;
  padding-left: 18px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.inner-page .sideBar .side-dw a {
  color: #fff;
  font-size: 15px;
}
.inner-page .sideBar .side-dw i.icon {
  margin-left: 23%;
}
.about-page .about-article h2, .about-page .about-article h3, .about-page .about-article h4 {
  color: #3c3c3c;
}
.about-page .about-article h2 {
  font-size: 44px;
}
.about-page .about-article h4 {
  font-size: 14px;
}
.about-page .about-article p {
  color: #191919;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 18px;
}
.about-page .about-article .about-advantage h2 {
  margin-bottom: 30px;
}
.about-page .about-article .about-advantage li {
  position: relative;
  color: #3c3c3c;
  font-size: 18px;
  padding-left: 28px;
  margin-bottom: 28px;
}
.about-page .about-article .about-advantage li:before {
  content:'';
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  background: #004ea2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.product-page {
  padding: 72px 0 100px;
}
.product-page .i-product {
  padding: 0;
}
.prodet-page .prodet-top-box {
  padding-bottom: 80px;
}
.prodet-page .prodet-top-box .prodet-pic {
  padding-right: 4.9rem!important;
}
.prodet-page .prodet-top-box .prodet-pic img {
  width: 100%;
  border: 1px solid #ccc;
}
.prodet-page .prodet-top-box .prodet-pic ul {
  padding-top: 15px;
  margin: -5px;
}
.prodet-page .prodet-top-box .prodet-pic ul li {
  width: 25%;
  float: left;
  padding: 5px;
}
.prodet-page .prodet-top-box .prodet-con .pro_tit {
  color: #3d3d3d;
  font-size: 36px;
  margin-top: 3px;
}
.prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
  color: #8b8b8b;
  font-size: 17px;
  margin-bottom: 10px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social {
  margin: 72px 0 18px;
  font-size: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social li {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a {
  margin-right: 12px;
  font-size: 18px;
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f2f2f2;
  color: #8b8b8b;
  text-align: center;
  line-height: 37px;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a i.icon {
  margin-right: 0;
}
.prodet-page .prodet-top-box .prodet-con .prodet_social a:hover {
  color: #fff;
  background: #004ea2;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a {
  width: 122px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #8b8b8b;
  text-align: center;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:hover {
  background: #004ea2;
  color: #fff;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child {
  width: 188px;
  margin-right: 2px;
  vertical-align: middle;
}
.prodet-page .prodet-top-box .prodet-con .prodet_contact a:first-child .icon {
  margin-right: 21px;
  font-size: 18px;
}
.prodet-page .prodet-det-box {
  padding: 71px 0 114px;
  background: #f5f5f5;
}
.prodet-page .prodet-det-box .con-box {
  margin-top: 49px;
}
.prodet-page .prodet-det-box .con-box p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 29px;
}
.prodetFeedback {
  padding: 99px 0 154px;
  background: #fff;
}
.prodetFeedback .ptForm {
  margin-top: 83px;
}
.prodetFeedback .ptForm label {
  font-size: 16px;
  color: #3d3d3d;
  font-weight: 500;
  margin-bottom: 0;
}
.prodetFeedback .ptForm input, .prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #3d3d3d;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #bfbfbf;
}
.prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #004ea2;
}
.prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #004ea2;
}
.prodetFeedback .ptForm .fbBot .yzm-box {
  margin-top: 40px;
}
.prodetFeedback .ptForm .fbBot .yzm-box label {
  display: block;
}
.prodetFeedback .ptForm .fbBot .yzm-box input {
  width: 397px;
  height: 15px;
  padding: 0 4px;
}
.prodetFeedback .ptForm .fbBot .yzm-box input:focus {
  height: 43px;
  border-bottom: 3px solid #004ea2;
}
.prodetFeedback .ptForm .fbBot .yzm-box img {
  display: inline-block;
}
.prodetFeedback .ptForm input[type="submit"] {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: capitalize;
  font-size: 16px;
  width: 288px;
  height: 53px;
  border: none;
  background: #004ea2;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #fff;
  cursor: pointer;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.news-page .newslist li {
  padding: 0 10px 8px 20px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news-page .newslist li .new-r {
  width: 100%;
}
.news-page .newslist li .new-r h3 {
  font-size: 18px;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
}
.news-page .newslist li .new-r h3 a {
  color: #555;
}
.news-page .newslist li .new-r i.new-update, .news-page .newslist li .new-r .new-abst {
  color: #777;
  font-size: 14px;
}
.news-page .newslist li .new-r i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li .new-r .new-abst {
  line-height: 1.8em;
  font-size: 15px;
}
.news-page .newslist li .new-r:hover h3 a {
  color: #004ea2;
}
.newdet-page .news {
}
.newdet-page .news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  text-align: center;
  color: #333;
}
.newdet-page .news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.newdet-page .news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.newdet-page .news .news_abst p {
  display: inline-block;
}
.newdet-page .news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.newdet-page .news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.newdet-page .news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.newdet-page .news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding: 0;
}
.contact-page .c-list-box {
  padding: 68px 0 112px;
  background: #f9f9f9;
}
.contact-page .c-list-box .tit {
  color: #000000;
  font-size: 48px;
  margin-bottom: 86px;
}
.contact-page .c-list-box .c-name {
  color: #333;
  font-size: 28px;
  margin-bottom: 38px;
}
.contact-page .c-list-box .info {
  line-height: 30px;
  margin-top: 24px;
  font-size: 18px;
  color: #676767;
}
.contact-page .c-list-box .info .add {
  display: block;
  margin-bottom: 40px;
}
.contact-page .c-list-box .info .icon {
  color: #a0a0a0;
  margin-right: 16px;
}
.contact-page .c-list-box .info a {
  color: #676767;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  color: #444;
  text-align: center;
  padding-bottom: 18px;
  background: url(../images/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #e6212a;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 40px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 237px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.recommend-product {
  margin: 50px 0;
}
.recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.recommend-product ul li p {
  color: #222;
  margin-top: 8px;
  text-align: center;
}
.recommend-product ul li:first-child {
  margin-left: 0;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6) url(../images/zoom.png) no-repeat center center;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content:'';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before, .around-line > li:after {
    content:'';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a, .m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child, .m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #004ea2;
}
.m-page a:active {
  background: #004ea2;
}
.m-page span.current, .m-page span.current:hover, .m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #004ea2;
}
.tab-box .ui.i-pro-load-img {
  position: absolute;
  top: 180px;
  left: 50%;
  width: auto;
  height: auto;
  margin: 0 0 0 -15px;
  width: 30px;
  display: block;
}
.inner-page .i-product .tab-box {
  min-height: auto;
}


.i-con-box {
  background: #fff;
  padding: 20px 30px 0px 28px;
}
.i-con-box h3{
  margin-top: 20px;
}
.i-con-box h3 a {
  display: block;
  color: #000;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.i-con-box p {
  height: 87px;
  overflow: hidden;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 29px;
  margin-top: 17px;
}
.i-product {
  padding: 100px 0 60px;
}
.i-product .tab-list {
  text-align: center;
  margin: 29px 0 77px;
}
.i-product .tab-list li {
  display: inline-block;
  margin: 0 8px;
}
.i-product .tab-list li a {
  display: block;
  padding: 0 39px;
  height: 32px;
  line-height: 32px;
  background: #e4e4e4;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #252525;
  font-size: 16px;
}
.i-product .tab-list li a:hover, .i-product .tab-list li a.active {
  background: #043c82;
  color: #fff;
}
.i-product .tab-box {
  display: inline-block;
  width: 100%;
}
.i-product .tab-box ul {
  margin: -10px;
}
.i-product .tab-box li {
  width: 25%;
  margin-bottom: 30px;
  float: left;
  padding: 10px;
}
.i-product .tab-box li .img-box{
  border: 1px solid #ccc;
}
.i-product .tab-box li .img-box img {
  width: 100%;
}
.i-product .tab-box {
  position: relative;
  min-height: 1042px;
}
.i-product .tab-box li .i-con-box{
  padding: 0;
  text-align: center;
}
.inner-page .grid-box .page-rightBar .downlist li {
	margin-bottom:15px;
	border:2px solid #eee;
	padding:15px;
	background:#f9f9f9;
	position:relative;
}
.inner-page .grid-box .page-rightBar .downlist li .text {
	padding-right:100px;
}
.inner-page .grid-box .page-rightBar .downlist li .text h6 {
	font-size:20px;
	color:#333;
	margin-bottom:15px;
}
.inner-page .grid-box .page-rightBar .downlist li .text .content {
	font-size:14px;
	line-height:1.6;
	color:#666;
}
.inner-page .grid-box .page-rightBar .downlist li a.more {
	display:inline-block;
	vertical-align:middle;
	padding:5px 10px;
	border-radius:5px;
	background:#333;
	color:white;
	font-size:14px;
	text-transform:capitalize;
	position:absolute;
	top:15px;
	right:15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .grid-box .page-rightBar .downlist li a.more:hover {
	background:#004ea2;
}
@media screen and (max-width: 1200px){
  #index-body .i-whyUs .the_list > .column .icon{
    height: 53px;
    line-height: 53px;
  }
}
.button-group .button {
  background: #004ea2 !important;
}

@media screen and (max-width: 1200px){
  .inner-banner .inner-tit {
    font-size: 26px;
  }
  .inner-page .sideBar .side-tit {
    font-size: 20px;
  }
  .inner-page .sideBar .side-menu li a {
    padding: 6px 0 6px 15px;
  }
  .inner-page .sideBar .side-menu {
    padding-bottom: 50px;
  }
  .about-page .about-article p {
    font-size: 14px;
  }
  .inner-page {
    padding: 40px 0 !important;
  }
  .inner-page.contact-page {
    padding: 0 !important;
  }
  .i-product .tab-box li {
    width: 33.3333%;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-top-box .prodet-pic {
    padding-right: 2rem !important;
  }
  .prodet-page .prodet-top-box .prodet-con .prodet_social {
    margin: 10px 0;
  }
  .inner-page .inner-tit {
    font-size: 26px;
  }
  .prodet-page .prodet-det-box {
    padding: 50px 0;
  }
  .prodetFeedback {
    padding: 80px 0;
  }
  .prodet-page .prodet-top-box {
    padding-bottom: 40px;
  }
  .prodetFeedback .ptForm .fbTop,.prodetFeedback .ptForm .fbBot {
    margin-bottom: 50px;
  }
  .prodetFeedback .ptForm {
    margin-top: 40px;
  }
  .news-page .newslist li .new-r h3 {
    font-size: 16px;
  }
  .news-page .newslist li .new-r .new-abst {
    font-size: 13px;
  }
  .newdet-page .news .news_title h1 {
    font-size: 18px;
  }
  .newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    font-size: 13px;
  }
  .contact-page .c-list-box .c-name {
    font-size: 24px;
  }
  .contact-page .c-list-box .info {
    font-size: 16px;
  }

}

@media screen and (max-width: 1000px){
  .contact-page .c-list-box .c-name {
    margin-bottom: 20px;
  }
  .contact-page .c-list-box,.prodetFeedback {
    padding: 50px 0;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    height: 40px;
    width: 150px;
    line-height: 40px;
    font-size: 14px;
  }
  #mapContainer {
    height: 250px !important;
  }
  .inner-page .grid-box .page-rightBar {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .grid-box .sideBar {
    display: none;
  }
  .inner-page .inner-tit {
    font-size: 22px;
  }
  .prodetFeedback .ptForm label {
    font-size: 13px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_tit {
    font-size: 28px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    font-size: 14px;
  }

}

@media screen and (max-width: 700px){
  .news-page .newslist li .new-r .new-abst {
    font-size: 12px;
  }
  .inner-banner .inner-tit {
    font-size: 20px;
  }
  .inner-banner .bread-crumbs a, .inner-banner .bread-crumbs span {
    font-size: 12px;
  }
  .inner-banner {
    height: 180px;
    padding-top: 60px;
  }
  .i-product .tab-box li {
    width: 50%;
    margin-bottom: 0;
    padding: 5px;
  }
  .i-product .tab-box ul {
    margin: -5px;
  }
  .i-con-box h3 {
    margin-top: 5px;
  }
  .about-page .about-article p {
    font-size: 12px;
  }
  .prodet-page .prodet-top-box .prodet-pic,
  .prodet-page .prodet-top-box .prodet-con {
    width: 100% !important;
    padding-right: 0 !important;
  }
  .prodet-page .prodet-top-box .prodet-con {
    padding-top: 30px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_tit {
    font-size: 18px;
  }
  .prodet-page .prodet-top-box .prodet-con .pro_sub_tit {
    font-size: 12px;
  }
  .inner-page .inner-tit {
    font-size: 20px;
  }
  .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin: 0 0 10px;
  }
  .prodetFeedback .ptForm .fbTop li input {
    height: 43px;
  }
  .prodetFeedback .ptForm .fbBot textarea,
  .prodetFeedback .ptForm .fbBot textarea:focus{
    height: 100px;
  }
  .prodetFeedback .ptForm input[type="submit"] {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .prodetFeedback .ptForm {
    text-align: center;
  }
  .prodetFeedback .ptForm ul {
    text-align: left;
  }
  .news-page .newslist li .new-r h3,.newdet-page .news .news_title h1 {
    font-size: 14px;
  }
  .news-page .newslist li {
    padding: 5px;
  }
  .newdet-page .news .news_abst,
  .newdet-page .news .news_date,.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table{
    font-size: 12px;
  }
  .newdet-page .news .news_next a {
    font-size: 13px;
  }
  .contact-page .c-list-box .c-name {
    font-size: 20px;
  }
  .contact-page .c-list-box .info {
    font-size: 14px;
    line-height: 24px;
  }
  .prodetFeedback .ptForm .fbTop, .prodetFeedback .ptForm .fbBot {
    margin-bottom: 30px;
  }
  .button-group .button:nth-child(2) {
    display: none !important;
  }
	    #index-body .init-1 ul li, #index-body .init-2 .box ul li {
        width: 100%;
    }
    #index-body .init-2 .box ul li .content .bottom {
        height: auto;
    }
	table {
		white-space:nowrap;
		display:block;
		overflow:auto;
	}
	table tbody {
		display:table;
	}

}